課程資訊
課程名稱
演算法
Algorithms 
開課學期
101-2 
授課對象
電機資訊學院  電機工程學系  
授課教師
顏嗣鈞 
課號
EE4033 
課程識別碼
901 39000 
班次
 
學分
全/半年
半年 
必/選修
選修 
上課時間
星期一2,3,4(9:10~12:10) 
上課地點
博理113 
備註
總人數上限:80人 
 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

內容:
本課程對象以對利用計算機來解決問題有興趣的同學為主。本課程主要是教授基本的演算法分析與設計技巧,並整理及比較目前最重要之演算法。

Theme: What is the best algorithm for a given problem

Three things you will learn:
-- Design a good algorithm
-- Analyze (and verify) it
-- Lower bounds: know when to stop.
 

課程目標
Algorithmic fundamentals: mathematical foundations, growth of functions, recurrences

Sorting and order statistics

Data structures: heaps, red-black trees, disjoint sets

Advanced design and analysis techniques: dynamic programming, greedy algorithms, amortized analysis

Graph algorithms: representations, searching, spanning trees, shortest paths, network flow, matching

NP-completeness and approximation algorithms

Other algorithms: computational geometry, branch and bound, and on-line algorithms, as time permits
 
課程要求
Homework + Prog. Project: 20-25%
Midterm exam: 35-40%
Final exam: 40%


 
預期每週課後學習時數
 
Office Hours
 
指定閱讀
 
參考書目
Cormen, Leiserson, Rivest, and Stein, Introduction to Algorithms, 3rd Ed., McGraw Hill/The MIT Press, 2009.  
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題